See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.NullReferenceException: Object reference not set to an instance of an object. at Divelements.SkyDemon.Drawing.FlowPaginatedTable.Measure(DrawingContext context, Font baseFont, Int32 availableWidth) at Divelements.SkyDemon.Drawing.StackFlow.Measure(DrawingContext context, Font baseFont, Int32 availableWidth) at Divelements.SkyDemon.Drawing.ColumnFlow.DrawPage(DrawingContext context, Font baseFont, Rectangle& bounds, Boolean skipDrawing) at Divelements.SkyDemon.Drawing.StackFlow.DrawPage(DrawingContext context, Font baseFont, Rectangle& bounds, Boolean skipDrawing) at Divelements.SkyDemon.Briefing.PlogPrinter.CalculateNumberOfPages(DrawingContext context, Size availableSize) at Divelements.SkyDemon.Drawing.MultiPrintDocument.CalculateNumberOfPages(DrawingContext context, Size availableSize) at Divelements.SkyDemon.UI.SkyDemonPrintDocumentWrapper.PrintPageCore(DrawingContext context, Rectangle bounds, Boolean& hasMorePages) at Divelements.SkyDemon.UI.SkyDemonPrintDocumentWrapper.OnPrintPage(PrintPageEventArgs e) at System.Drawing.Printing.PrintController.PrintLoop(PrintDocument document) at System.Drawing.Printing.PrintController.Print(PrintDocument document) at System.Drawing.Printing.PrintDocument.Print() at System.Windows.Forms.PrintPreviewControl.ComputePreview() at System.Windows.Forms.PrintPreviewControl.CalculatePageInfo() at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj) at System.Threading.ExecutionContext.runTryCode(Object userData) at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme) at System.Windows.Forms.Control.InvokeMarshaledCallbacks() ************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.8745 (WinRel.050727-8700) CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll ---------------------------------------- SkyDemon Assembly Version: 3.6.3.27851 Win32 Version: CodeBase: file:///C:/Program%20Files%20(x86)/SkyDemon/SkyDemon.exe ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.8745 (WinRel.050727-8700) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.8745 (WinRel.050727-8700) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.8745 (WinRel.050727-8700) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- Divelements.Aviation Assembly Version: 3.6.3.27848 Win32 Version: 3.6.3.0 CodeBase: file:///C:/Program%20Files%20(x86)/SkyDemon/Divelements.Aviation.DLL ---------------------------------------- Divelements.SandGrid Assembly Version: 2.2.4.1 Win32 Version: 2.2.4.1 CodeBase: file:///C:/Program%20Files%20(x86)/SkyDemon/Divelements.SandGrid.DLL ---------------------------------------- SandDock Assembly Version: 3.0.6.1 Win32 Version: 3.0.6.1 CodeBase: file:///C:/Program%20Files%20(x86)/SkyDemon/SandDock.DLL ---------------------------------------- TallComponents.PDF.Rasterizer Assembly Version: 3.0.105.0 Win32 Version: 3.0.105.0 CodeBase: file:///C:/Program%20Files%20(x86)/SkyDemon/TallComponents.PDF.Rasterizer.DLL ---------------------------------------- System.Configuration Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.8745 (WinRel.050727-8700) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.8745 (WinRel.050727-8700) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- Divelements.Mapping Assembly Version: 3.6.3.27848 Win32 Version: 3.6.3.0 CodeBase: file:///C:/Program%20Files%20(x86)/SkyDemon/Divelements.Mapping.DLL ---------------------------------------- SandBar Assembly Version: 1.4.3.2 Win32 Version: 1.4.3.2 CodeBase: file:///C:/Program%20Files%20(x86)/SkyDemon/SandBar.DLL ---------------------------------------- System.Web Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.8745 (WinRel.050727-8700) CodeBase: file:///C:/WINDOWS/assembly/GAC_64/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.